home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dde_10.zip / DDE.DOC < prev    next >
Text File  |  1991-03-04  |  5KB  |  92 lines

  1.                       
  2.                                                                 1 Mar, 1991
  3.  
  4. Name: Dialing Directory Editor for ProComm Plus 2.0
  5.         Version 1.0
  6.  
  7. David A. Gersic
  8.         gersic@mp.cs.niu.edu            Internet
  9.         gersic@nirvana.acs.niu.edu      Internet (alternate)
  10.         A10DAG1@NIU.BITNET              Bitnet
  11.  
  12. ----------------------------------------------------------------------------
  13.  
  14. Purpose: To allow the dialing directory for ProComm Plus 2.0 to be
  15.         selectively rearranged. 
  16.  
  17. Format: dde
  18.  
  19. Remarks: ProComm Plus 2.0 is a very powerful communications tool. It's 
  20.         Dialing Directory is missing one feature, however, and that is the 
  21.         ability to move an entry to another spot in the directory. This 
  22.         makes arranging the entries into a convenient order very 
  23.         difficult. I wrote this program to rectify this situation, and to 
  24.         provide an opportunity to test IDC's TCXL C library with a "real 
  25.         world" type application. 
  26.  
  27. Operation: Using dde is fairly straight-forward. After starting dde, an 
  28.         opening menu will appear. This will allow you to pick a dialing 
  29.         directory (*.dir) file to edit. Select a file either with the <up-
  30.         arrow> and <down-arrow> keys, or by clicking on it with the mouse 
  31.         (left button). If you are using the keyboard, highlight the 
  32.         filename and press <return>. This will open the selected dialing 
  33.         directory for modification. 
  34.         
  35.         Once a directory is selected, the file-pick window will close and 
  36.         two new windows will open, labeled "Source" and "Destination". The 
  37.         Source window will be the directory you selected, and the 
  38.         Destination window will be blank. The directory can be modified 
  39.         using either the keyboard or a mouse.
  40.         
  41.         To use the keyboard, the keys are <up-arrow>, <down-arrow>, <page-
  42.         up>, <page-down>, <return>, and <escape>. The <up-arrow>, <down-
  43.         arrow>, <page-up> and <page-down> keys move the highlight bar in 
  44.         the current window, the <return> key selects the current entry, 
  45.         and the <escape> key exits. By selecting entries from the left 
  46.         (Source) and putting them on the right (Destination), you can re-
  47.         arrange your directory to whatever order you want. Any entries NOT 
  48.         selected on the right (Destination) window will be copied 
  49.         automatically from the left (Source) window.
  50.  
  51.         Mouse operation is similar, but the up and down scroll arrows are 
  52.         used to scroll the windows, and the left button is used to select 
  53.         entries in either window. Left-clicking in the Source window will 
  54.         select an entry (highlight it). Left-clicking in the Destination 
  55.         window will put the selected entry from the Source window into the 
  56.         Destination window. The right button is the same as the <escape> 
  57.         key, and will end the editing session.
  58.  
  59.         When you have moved all of the entries that you want in new 
  60.         places, either the <escape> key or right mouse button will exit 
  61.         from the edit windows. The two edit windows will close, and you 
  62.         will be prompted for a file name to save the changes into. Type in 
  63.         a legal DOS file name ->without<- the extension. For example, a 
  64.         file name of "new" will be saved as "new.dir" because the 
  65.         extension is added automatically. If you type an extension, it 
  66.         will be stripped off and the ".dir" extension will be added in its 
  67.         place, so "new" or "new.fil" or "new.new" will all be saved as 
  68.         "new.dir". If you want to abort the changes you have made, 
  69.         pressing the <escape> key or right mouse button will end without 
  70.         saving. After typing in the filename and pressing <return>, your 
  71.         new directory will be saved in the directory from which you 
  72.         started dde with the name you typed in. 
  73.  
  74.         After either saving your work or aborting it with <escape>, you 
  75.         will be returned to the file selection menu. If you do not want to 
  76.         edit another directory, press <escape> or the right mouse button 
  77.         to exit to DOS.
  78.  
  79. Notes:  This is a "quick and dirty" program to fill a need. It was written 
  80.         in about a week of part-time programming to test a shareware 
  81.         library and to make my life a little easier. While I have tried 
  82.         to eliminate all bugs, I make no warrantee that it will do anything 
  83.         at all for you. I am releasing the source code to it, do with it 
  84.         what you will. If any of it is used in your own program(s), please 
  85.         give credit where credit is due. 
  86.  
  87.  
  88.                                 David Gersic
  89.                                 1 March 1991
  90.  
  91.  
  92.